home *** CD-ROM | disk | FTP | other *** search
/ Nippon Obsessions 2 / Nippon Obsessions - Volume 2.iso / pc / video / intro.dir / 00051_Script_51 < prev    next >
Text File  |  1996-05-02  |  825b  |  36 lines

  1. on exitFrame
  2.   
  3.   if rollover (3) then
  4.     set the cursor of sprite 3 to [88,89]
  5.   end if
  6.   if rollover (4) then
  7.     set the cursor of sprite 4 to [88,89]
  8.   end if
  9.   if rollover (5) then
  10.     set the cursor of sprite 5 to [88,89]
  11.   end if
  12.   if rollover (6) then
  13.     set the cursor of sprite 6 to [88,89]
  14.   end if
  15.   if rollover (7) then
  16.     set the cursor of sprite 7 to [88,89]
  17.   end if
  18.   if rollover (8) then
  19.     set the cursor of sprite 8 to [88,89]
  20.   end if
  21.   if rollover (9) then
  22.     set the cursor of sprite 9 to [88,89]
  23.   end if
  24.   if rollover (10) then
  25.     set the cursor of sprite 10 to [88,89]
  26.   end if
  27.   if rollover (11) then
  28.     set the cursor of sprite 11 to [88,89]
  29.   end if
  30.   if rollover (12) then
  31.     set the cursor of sprite 12 to [88,89]
  32.   end if
  33.   
  34.   go to the frame
  35. end
  36. end